* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
    user-select: none;
}

body {
    overflow-x: hidden;
    max-width: 1920px;
    background-color: #ffffff;
  
}


header {

    width: 100vw;
    gap: 7.5rem;
    background-color: #00000060;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 1000;

}

header img {
    width: 270px;
    height: 65px;
}

.navbar {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3rem;

}

.navbar ul {
    display: flex;
    align-items: center;
    justify-content: center;
    /* padding-top: 20px; */
    gap: 2rem;
}

.navbar li {
    list-style: none;
}

.navbar a {
    font-family: 'Be Vietnam Pro', sans-serif;
    text-decoration: none;
    color: #fff;
}

.navbar .navbar-toggler {
    display: none;
}

.navbar ul button {
    width: 150px;
    height: 40px;
    border-radius: 50px;
    background-color: #000080;
    border: none;
    color: #ffff;
    letter-spacing: 1px;
}

/* ================= main-hero styele here ================= */

.hero {
    background: url(./img/bg1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100vw;
    height: 800px;
    position: relative;
}

.hero_text {
    /* border: 1px solid white; */
    width: 500px;
    height: 400px;
    position: absolute;
    left: 19rem;
    top: 14rem;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    gap: 1rem;
}

.hero_text h1 {
    color: #fff;
    font-size: 7rem;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 900;

}

.hero_text h3 {
    color: #fff;
    font-size: 3rem;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 500;
}

.hero_text p {
    color: #fff;
    font-size: 1rem;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 300;
    text-transform: capitalize;
}

/* <------------------------------sec2 style start here------------------------------------> */
.sec2 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 1rem;
    width: 100vw;
    padding-top: 110px;
    padding-bottom: 50px;

    /* height: 700px; */
}

.sec2_fbox {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    gap: 7rem;
    width: 70vw;
}

.sec2_sbox h1 {
    font-size: 45px;
    font-family: 'Be Vietnam Pro', sans-serif;
}

.sec2_fbox img {
    box-shadow: 22px -22px 1px 0px rgba(0, 0, 0, 0.1);
}

.sec2_sbox {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.sec2_sbox p {
    font-family: 'Be Vietnam Pro', sans-serif;
    text-align: center;
    font-size: 25px;
    font-weight: 400;
}

.sec2_tbox {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10rem;
    width: 70vw;
}

.sec2_sbox button {
    margin-top: 20px;
    background-color: #2567EB;
    padding: 10px 30px;
    border: none;
    border-radius: 30px;
}

.sec2_sbox button a {
    font-family: 'Be Vietnam Pro', sans-serif;
    text-decoration: none;
    color: white;
    cursor: pointer;
    font-size: 15px;
}

.sec2_tbox img {
    box-shadow: -20px 22px 1px 0px rgba(0, 0, 0, 0.1);
}

/* <------------------------------sec3 style start here------------------------------------> */
.sec3 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 2rem;
    background-color: #2567EB;
    width: 100vw;
    height: 100%;
    padding: 80px;
}

.sec3 h1 {
    font-family: 'Be Vietnam Pro', sans-serif;
    color: #fff;
    font-size: 45px;
}

.sec3_main {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 2rem;
}

.s3_box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;

}

.sec3_fbox {

    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    background-color: #fff;
    width: 400px;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 1rem;

}

.sec3_fbox:hover {
    transform: scale(1.1);
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}

.text_box {
    width: 80%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    gap: 1rem;
}

.text_box h2 {
    font-family: 'Be Vietnam Pro', sans-serif;
    font-size: 20px;

}

.text_box p {
    font-family: 'Be Vietnam Pro', sans-serif;
    font-size: 15px;

}

/* <------------------------------sec4 style start here------------------------------------> */

.sec4 {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-direction: column !important;
    gap: 3rem !important;
    margin: 5rem 0rem !important;
}

.sec4 h3 {
    font-family: 'Be Vietnam Pro', sans-serif !important;
    font-style: normal !important;
    font-weight: 800 !important;
    font-size: 25px !important;
    line-height: 53px !important;
    text-align: center !important;
    color: #161C1E !important;
}

.sec4 h1 {
    font-family: 'Be Vietnam Pro', sans-serif !important;
    font-style: normal !important;
    font-weight: 800 !important;
    font-size: 50px !important;
    line-height: 53px !important;
    text-align: center !important;
    color: #161C1E !important;
}


.sec4_subbox {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    width: 100vw;
}

.sec4_imgbox {
    width: 200px;
    display: flex;
    flex-direction: column;
    position: relative;
}

.sec4_imgbox :nth-child(1) {
    position: absolute;
    bottom: 66px;
    left: 222px;
}

.sec4_imgbox :nth-child(2) {
    position: absolute;
    left: 120px;

}

.sec4_imgbox :nth-child(3) {
    position: absolute;
    top: 120px;
    left: 250px;

}

.sec4_imgboxs {
    width: 200px;
    display: flex;
    flex-direction: column;
    position: relative;
}

.sec4_imgboxs :nth-child(1) {
    position: absolute;
    bottom: 66px;
    right: 222px;
}

.sec4_imgboxs :nth-child(2) {
    position: absolute;
    right: 120px;
}

.sec4_imgboxs :nth-child(3) {
    position: absolute;
    top: 120px;
    right: 250px;
}

.main {
    width: 60%;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.prev button:hover,
.next button:hover {
    background-color: #2567EB;
    cursor: pointer;
}

.prev button,
.next button {
    cursor: pointer;
    background-color: transparent;
    border: none;
    border-radius: 100px;
    width: 40px;
    height: 40px;
}

.prev,
.next {
    display: flex;
    align-items: center;
    justify-content: center;
}

.prev button img,
.next button img {
    align-items: center;
    width: 40px;
}

.main-cont {
    padding: 10px;
    width: 70%;
    height: 380px;
    /* margin: auto; */
    /* margin-top: 0px; */
    /* box-shadow: 0px 0px 3px #00A1E0; */
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;

}

.slide {
    width: 100%;
    height: 100%;
    transition: 1s;
    position: absolute;
}

.main-box {
    /* width: 100vw !important; */
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-direction: column !important;
    /* margin-right: 50rem !important; */
    gap: 2rem !important;
}

.main-box img {
    width: 98%;
    height: 100%;
}

.main-cont .slick-prev:before {
    color: #5D6162 !important;
}

.main-cont.slick-next:before {
    color: #5D6162 !important;
}

.text-box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 2rem;
}

.text-box p {
    font-family: 'Be Vietnam Pro', sans-serif !important;
    font-style: italic !important;
    font-weight: 400 !important;
    font-size: 18px !important;
    line-height: 31px !important;
    text-align: center !important;
    color: #161C1E !important;
}

.text-box h3 {
    font-family: 'Be Vietnam Pro', sans-serif !important;
    text-align: center !important;
    font-weight: 500 !important;
    font-size: 22px !important;
}

.name-box {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 2rem;
}

.name-box img {
    width: 100px !important;
    height: 100px !important;
    border-radius: 50% !important;
}

/* <------------------------------sec5 style start here------------------------------------> */
.sec5 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 3rem;
    padding: 5rem 0rem;
}

.sec5 h1 {
    font-size: 45px;
    font-family: 'Be Vietnam Pro', sans-serif !important;
}

.sec5_subdiv {

    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 1rem;
}

.sec5box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.sec5box img {

    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

/* .sec5box img:hover{
    transform:scale(1.1);
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
} */
/* <------------------------------footer style start here------------------------------------> */

footer {
    background-color: #1C1C27;
    width: 100vw;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 3rem;

}

.fmain {
    width: 75vw;
    height: 360px;
    /* background-color: #fff; */
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 4rem;
    border-bottom: 1px solid #3B3B45;
}

.f_box {
    width: 270px;
    display: flex;
    align-items: flex-start;
    justify-content: start;
    flex-direction: column;
    gap: 2rem;
}

.f_box p {
    color: #86868F;
    font-size: 13px;
    font-family: 'Be Vietnam Pro', sans-serif !important;
}

.f_box button {
    background-color: #2567EB;
    border: #2567EB;
    border-radius: 30px;
    padding: 10px 15px;

}

.f_box a {
    text-decoration: none;
    color: whitesmoke;

}

.s_box {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    gap: 2rem;
}

.s_box h2 {
    font-size: 30px;
    font-family: 'Be Vietnam Pro', sans-serif !important;
    color: white;

}

.s_box ul {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    gap: 1rem;

}

.s_box ul li {
    list-style: none;
}

.s_box ul li a {
    font-family: 'Be Vietnam Pro', sans-serif !important;
    text-decoration: none;
    color: #86868F;
    font-size: 17px;
}

.t_box {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    gap: 2rem;
}

.t_box h2 {
    font-size: 30px;
    font-family: 'Be Vietnam Pro', sans-serif !important;
    color: white;

}

.t_box ul {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    gap: 0.8rem;

}

.t_box li {
    list-style: none;
}

.t_box ul li a {
    text-decoration: none;
    color: #86868F;
    font-size: 17px;
}

.t_box ul li a {
    font-family: 'Be Vietnam Pro', sans-serif !important;
    text-decoration: none;
    color: #86868F;
}

.fo_box {
    display: flex;
    flex-direction: column;
    gap: 2rem;

}

.fo1_box,
.fo2_box {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    gap: 2rem;
}

.fo1_box h2,
.fo2_box h2 {
    font-size: 30px;
    font-family: 'Be Vietnam Pro', sans-serif !important;
    color: white;
}

.cnt_no,
.email {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 1rem;


}

.cnt_no a,
.email a {
    text-decoration: none;
    font-size: 17px;
    color: #86868F;
    font-family: 'Be Vietnam Pro', sans-serif !important;

}

.cnt_no h4,
.email h4 {
    font-size: 17px;
    color: #86868F;
    font-family: 'Be Vietnam Pro', sans-serif !important;

}

.s_links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;


}

.last_box p {
    font-size: 17px;
    color: #86868F;
    font-family: 'Be Vietnam Pro', sans-serif !important;
}